Users Pricing

forum

home / developersection / forums / how can find exact value from store

how can find exact value from store

Takeshi Okada 3816 14 Jun 2013
Hi Developers,

I have a store containing value
[
{"name":"samuel","add":"xyz"}
{"name":"samuel fernandes","add":"pqr"}
]

Now when I find the value from store like

myStore.find["samuel","fernandes"]

then it does not return blank. It behaving "like query" (sql % like). so how can find exact value from store? 

Thanks in advance for any recommendations or solutions.

1 Answers